ItemAdded Event

Summary
Occurs when an item is added to the collection.
Syntax
C#
C++/CLI
public event EventHandler<MedicalViewerCollectionEventArgs<T>> ItemAdded 
public:  
   event EventHandler<MedicalViewerCollectionEventArgs<T>^>^ ItemAdded 
Remarks

this will be fired by the methods Add and Insert

Event Data
ParameterTypeDescription
senderobjectThe source of the event
eMedicalViewerCollection.ItemAddedThe event data
Requirements

Target Platforms

Help Version 22.0.2023.2.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.